const bytes.smallBufferSize

3 uses

	bytes (current package)
		buffer.go#L16: const smallBufferSize = 64
		buffer.go#L136: 	if b.buf == nil && n <= smallBufferSize {
		buffer.go#L137: 		b.buf = make([]byte, n, smallBufferSize)